hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
OutboundHandlerContext
collie
channel
handlercontext
Undocumented in source.
interface
OutboundHandlerContext (
Out
) {
alias
OutboundTheCallBack
=
void
delegate
(
Out
,
size_t
)
;
void
fireWrite
(Out msg, OutboundTheCallBack cback);
void
fireClose
();
PipelineBase
pipeline
[@property getter];
Channel
transport
[@property getter];
}
Members
Aliases
OutboundTheCallBack
alias
OutboundTheCallBack
=
void
delegate
(
Out
,
size_t
)
Undocumented in source.
Functions
fireClose
void
fireClose
()
Undocumented in source.
fireWrite
void
fireWrite
(Out msg, OutboundTheCallBack cback)
Undocumented in source.
Properties
pipeline
PipelineBase
pipeline
[@property getter]
Undocumented in source.
transport
Channel
transport
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
collie
channel
handlercontext
classes
ContextImpl
ContextImplBase
InboundContextImpl
OutboundContextImpl
enums
HandlerDir
interfaces
HandlerContext
InboundHandlerContext
OutboundHandlerContext
mixin templates
CommonContextImpl
ReadContextImpl
WriteContextImpl
templates
ContextType